From 999cf5c25f0556d04dc7088624dc20107742628e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 6 Jun 1993 07:54:49 +0000 Subject: [PATCH] (NO_MODE_T): Defined. (LINKER): Add #undef. --- src/m/news-risc.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/m/news-risc.h b/src/m/news-risc.h index a74babceac1..798726911a4 100644 --- a/src/m/news-risc.h +++ b/src/m/news-risc.h @@ -19,3 +19,9 @@ #define C_DEBUG_SWITCH -g3 #undef TERMINFO + +/* We have no mode_t. */ +#define NO_MODE_T + +/* Don't use the definitoion in m/mips.h. */ +#undef LINKER -- 2.30.2